Adwaita: add more padding to popovers
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 29 Oct 2016 15:14:07 +0000 (17:14 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 29 Oct 2016 15:14:07 +0000 (17:14 +0200)
...since Timm stole some.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 24cfeb2fb0420e70eb999e1fe1aa5ffa304a7be0..6be2d486b17f45cdf5c3bb4426d760c29a69c4ad 100644 (file)
@@ -1987,7 +1987,7 @@ menuitem {
  ***************/
 
 popover.background {
-  padding: 2px;
+  padding: 8px;
   border-radius: 5px;
   background-color: $popover_bg_color;
 
index bcc08831d6db6c8d9c0454ee35642463268ac88e..7537c68ac8d0ee24846534b28068253a86667a1f 100644 (file)
@@ -2332,7 +2332,7 @@ menuitem radio {
  * Popovers   *
  ***************/
 popover.background {
-  padding: 2px;
+  padding: 8px;
   border-radius: 5px;
   background-color: #33393b;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
index ef4c93305691ec000f948904522d304793179aa7..624775762bc6baeedb59f5ae324ed73dd1ad69ef 100644 (file)
@@ -2347,7 +2347,7 @@ menuitem radio {
  * Popovers   *
  ***************/
 popover.background {
-  padding: 2px;
+  padding: 8px;
   border-radius: 5px;
   background-color: #e8e8e7;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }